# LF95.FIG: user default options for Lahey Fortran 95.
# Place your default options here. You may remove these comment lines.
#    -nvm says program produced should not run in virtual memory
# -nchk -inln -o1 -npca -stchk -ng -fix -nvm   -nlst -nf90  
# -nw -nsav -trap dio -nco -t3 -nomap -pack
# 12/01/99 change -ndal to -dal (automatic deallocation)
# 17/06/99 -hed -inln not supported lf95
# 17/06/99 -pack -nozuninit not compatible with -win (and ?? -winconsole)
# 2/08/00 -trap dio replaced by -ntrap - NDP error checking in code
# 01/09/03 
#    Make this implicit none (-in). Even libraries such as MC20 are ok
#    Implicit none helps us as developers to avoid bad code. 
#    Perhaps reinstate for the production version of Rel 9.
# (Was 01/09/03_ -nap -nc -nchk -nco -dal -ndbl -nf95 -fix -ng -nin
# -nlst -o0 -npca -nsav -stchk -t4 -ntrap -nw -nwo -nxref
# -nomap  -nvm   -winconsole -nzero -trace
# 1/11/04 use -o0 for no optimisation
 -nap -nc -nchk -nco -dal -ndbl -nf95 -fix -ng -in
 -nlst -o0 -npca -nsav -stchk -t4 -ntrap -nw -nwo -nxref 
 -nomap  -nvm   -winconsole -nzero -trace 

-i "C:\GP\includes" 
-lib "C:\GP\gpa.lib" "C:\GP\gpb.lib" 
-lib "C:\GP\tbgdum.lib" "C:\GP\modlib.lib" 
-mod .\;"C:\GP\modules"  
-Stack 400000 
-ml winapi 
